+1999-08-19 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
+ error that caused crashes.
+
1999-08-17 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
+1999-08-19 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
+ error that caused crashes.
+
1999-08-17 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
+1999-08-19 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
+ error that caused crashes.
+
1999-08-17 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
+1999-08-19 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
+ error that caused crashes.
+
1999-08-17 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
+1999-08-19 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
+ error that caused crashes.
+
1999-08-17 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
+1999-08-19 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
+ error that caused crashes.
+
1999-08-17 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
+1999-08-19 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
+ error that caused crashes.
+
1999-08-17 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
if (values_mask & GDK_GC_STIPPLE)
{
- private->stipple = values->tile;
+ private->stipple = values->stipple;
gdk_pixmap_ref (private->stipple);
GDK_NOTE (MISC, g_print (" stipple=%#x", ((GdkPixmapPrivate *)private->stipple)->xwindow));
}
if (values_mask & GDK_GC_STIPPLE)
{
- private->stipple = values->tile;
+ private->stipple = values->stipple;
gdk_pixmap_ref (private->stipple);
GDK_NOTE (MISC, g_print (" stipple=%#x", ((GdkPixmapPrivate *)private->stipple)->xwindow));
}